mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug 2707 fixed: display tabs in the language manager
git-svn-id: http://piwigo.org/svn/branches/2.4@17166 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-1
@@ -35,7 +35,8 @@ if (isset($_GET['tab']))
|
||||
else
|
||||
$page['tab'] = 'installed';
|
||||
|
||||
$tabsheet = new tabsheet('languages');
|
||||
$tabsheet = new tabsheet();
|
||||
$tabsheet->set_id('languages');
|
||||
$tabsheet->select($page['tab']);
|
||||
$tabsheet->assign();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user