Skip to content
GitLab
Menu
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
3661f6c4
Commit
3661f6c4
authored
Dec 15, 2006
by
Penny Leach
Browse files
fixing overzealous offer to upgrade when it is not actually necessary
parent
6a636552
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/upgrade.php
View file @
3661f6c4
...
...
@@ -181,6 +181,9 @@ function check_upgrades($name=null) {
return
$upgrade
;
}
$toupgrade
[
'disablelogin'
]
=
$disablelogin
;
if
(
count
(
$toupgrade
)
==
1
)
{
$toupgrade
=
array
();
}
return
$toupgrade
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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