[LIB_REFACTOR] Fix minor issues

This commit is contained in:
Diogo Cordeiro 2019-10-19 00:51:52 +01:00 committed by Diogo Peralta Cordeiro
parent 4901126519
commit 81711a18d9
3 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ if (!defined('STATUSNET')) {
exit(1); exit(1);
} }
require_once INSTALLDIR . '/lib/account/togglepeopletag.php'; require_once INSTALLDIR . '/lib/profile/togglepeopletag.php';
/** /**
* *

View File

@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
} }
require_once INSTALLDIR . '/lib/util/form.php'; require_once INSTALLDIR . '/lib/util/form.php';
require_once INSTALLDIR . '/lib/account/togglepeopletag.php'; require_once INSTALLDIR . '/lib/profile/togglepeopletag.php';
/** /**
* Form for editing a peopletag * Form for editing a peopletag