Skip to content

Commit

Permalink
Fix по пагинации админки
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsite committed Feb 24, 2019
1 parent ff4f69d commit 985b24d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/maxsite/admin/common.php
Expand Up @@ -204,10 +204,9 @@ function mso_plugin_uninstall($f_name)
*/
function mso_admin_pagination($r)
{

// используем плагин pagination
if (!function_exists('pagination_go'))
require_once(getinfo('plugins_dir') . 'plugins/pagination/index.php');
require_once(getinfo('plugins_dir') . 'pagination/index.php');

// только со своими настройками, не зависимо от опций плагина
$r['format'] = array();
Expand Down

0 comments on commit 985b24d

Please sign in to comment.