mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
forumlist: dbupdate - small includel fix
This commit is contained in:
parent
84bb703a00
commit
666e1198d4
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue