From 81711a18d9a332fa66f6014b24e2cd281575de9a Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Sat, 19 Oct 2019 00:51:52 +0100 Subject: [PATCH] [LIB_REFACTOR] Fix minor issues --- actions/addpeopletag.php | 2 +- lib/database/{db => }/columndef.php | 0 lib/profile/peopletageditform.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename lib/database/{db => }/columndef.php (100%) 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