merge r17166 from branch 2.4 to trunk
bug 2707 fixed: display tabs in the language manager git-svn-id: http://piwigo.org/svn/trunk@17167 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
ea2b7d1cfb
commit
479f6a2496
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue