Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
722fef9b
Commit
722fef9b
authored
Jan 15, 2008
by
Nigel McNie
Browse files
Fix incorrect spelling of a constant.
parent
f847fd35
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
722fef9b
...
...
@@ -362,7 +362,7 @@ EOF;
}
// ---------- sideblock stuff ----------
if
(
!
defined
(
'INSTALLER'
)
&&
(
defined
(
'MENUITEM'
)
&&
substr
(
MENU
T
IEM
,
0
,
5
)
!=
'admin'
))
{
if
(
!
defined
(
'INSTALLER'
)
&&
(
defined
(
'MENUITEM'
)
&&
substr
(
MENUI
T
EM
,
0
,
5
)
!=
'admin'
))
{
if
(
get_config
(
'installed'
))
{
$data
=
site_menu
();
if
(
!
empty
(
$data
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment