mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
Move set_tabsheet function for plugins pages to plugins class.
git-svn-id: http://piwigo.org/svn/trunk@5367 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -76,7 +76,7 @@ if (isset($_GET['installstatus']))
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------Tabsheet
|
||||
set_plugins_tabsheet($page['page']);
|
||||
$plugins->set_tabsheet($page['page']);
|
||||
|
||||
//---------------------------------------------------------------Order options
|
||||
$link = get_root_url().'admin.php?page='.$page['page'].'&order=';
|
||||
|
||||
Reference in New Issue
Block a user