I think there is a problem in the links created by CreatePagination function.
Check this line from the http://svn.cmsmadesimple.org/svn/cmsmad ... sc.inc.php
Code: Select all
$link = '<a href="'.$goto.'?module='.$modinstance->GetName().'&'.$id.'returnid='.$id.$returnid.'&'.$id.'action=' . $action .'&'.$id.'page=';
http://localhost/cmsms/admin/moduleinte ... &m1_page=1
and click over this link should goes to view_cats action but it shows the defaultadmin action.
If the pagination is on defaultadmin the page links works.
The strange here is that $returnid is only equal to "m1_"
I am not sure but looks like a wrong generated link for me.
Is this $returnid required variable for modules in admin panel?
--
Svilen