From: rabuzarus <> Date: Wed, 11 Nov 2015 22:47:09 +0000 (+0100) Subject: forumlist: dbupdate - small includel fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=666e1198d45dd2f90ac67e558d7a65dd36e18e81;p=friendica.git forumlist: dbupdate - small includel fix --- diff --git a/update.php b/update.php index f2fa3d21fc..45288cb5a0 100644 --- a/update.php +++ b/update.php @@ -1662,7 +1662,7 @@ function update_1188() { function update_1190() { - require_once('/include/plugins.php'); + require_once('include/plugins.php'); if (plugin_enabled('forumlist')) { $plugin = 'forumlist';