projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e0d3c
)
Prevents notice when no menu on xnet.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 19 Jul 2010 15:03:02 +0000
(17:03 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 20 Jul 2010 08:49:59 +0000
(10:49 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/xnetpage.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/xnetpage.php
b/classes/xnetpage.php
index
f4d8e00
..
2a63e16
100644
(file)
--- a/
classes/xnetpage.php
+++ b/
classes/xnetpage.php
@@
-55,6
+55,8
@@
class XnetPage extends PlPage
{
if (!$this->nomenu) {
$this->useMenu();
+ } else {
+ $this->assign('menu', false);
}
$this->_run('xnet/skin.tpl');
}