Skip to content

Commit 731261c

Browse files
committed
Bug fix
1 parent 6ab19d4 commit 731261c

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

featherbb/Controller/Admin/Bans.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher.
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Censoring.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Forums.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Maintenance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

featherbb/Controller/Admin/Permissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
88
*/
99

10-
namespace FeatherBB\Controller;
10+
namespace FeatherBB\Controller\Admin;
1111

1212
use FeatherBB\Core\AdminUtils;
1313
use FeatherBB\Core\Error;

0 commit comments

Comments
 (0)