[LIB_REFACTOR] Fix minor issues
This commit is contained in:
parent
2ae93dbec6
commit
63caa5044d
|
@ -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';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user