nothing works :D

This commit is contained in:
kremsy
2013-12-31 11:05:14 +01:00
parent eb66424e3c
commit ede3ed3eed
4 changed files with 7 additions and 7 deletions

View File

@ -158,9 +158,8 @@ class PluginMenu implements CallbackListener, ConfiguratorMenu {
$y -= $entryHeight;
if ($index % $pageMaxCount == $pageMaxCount - 1) {
unset($pageFrame);
}else{
$script->addPage($pageFrame, 1, "test");
unset($pageFrame);
}
}