aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 456742fd38..353e36b4b9 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -71,7 +71,7 @@ function sync($type, $id)
while( $row = $db->sql_fetchrow($result) )
{
- sync("forum", $row['forum_id']);
+ sync('forum', $row['forum_id']);
}
break;
@@ -85,7 +85,7 @@ function sync($type, $id)
while( $row = $db->sql_fetchrow($result) )
{
- sync("topic", $row['topic_id']);
+ sync('topic', $row['topic_id']);
}
break;