summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 6400aaae9..98578eb17 100644
--- a/update.php
+++ b/update.php
@@ -505,7 +505,7 @@ function update_check_incompatibility($name, $type = 'module') {
if ($type == 'module' && isset($modules[$name])) {
$file = $modules[$name];
}
- else if ($type == 'theme' && isset($themes[$name])) {
+ elseif ($type == 'theme' && isset($themes[$name])) {
$file = $themes[$name];
}
if (!isset($file)