diff --git a/actions/addpeopletag.php b/actions/addpeopletag.php index 50cc742177..71ac4436cc 100644 --- a/actions/addpeopletag.php +++ b/actions/addpeopletag.php @@ -31,7 +31,7 @@ if (!defined('STATUSNET')) { exit(1); } -require_once INSTALLDIR . '/lib/account/togglepeopletag.php'; +require_once INSTALLDIR . '/lib/profile/togglepeopletag.php'; /** * diff --git a/lib/database/db/columndef.php b/lib/database/columndef.php similarity index 100% rename from lib/database/db/columndef.php rename to lib/database/columndef.php diff --git a/lib/profile/peopletageditform.php b/lib/profile/peopletageditform.php index f8f830fdb1..8f6e612455 100644 --- a/lib/profile/peopletageditform.php +++ b/lib/profile/peopletageditform.php @@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { } 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