Unverified Commit 48151eab authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:tractor: fix(dashboard) rename tabs_dashboard to meet naming standards

issue #6054
Showing with 3 additions and 3 deletions
+3 -3
......@@ -31,7 +31,7 @@ class dashboard extends simplePlugin
'plObjectType' => [
'dashboard' => [
'name' => _('Dashboard'),
'tabClass' => 'tabs_dashboard',
'tabClass' => 'dashboardTabs',
'mainAttr' => FALSE
]
],
......
<?php
/*
This code is part of FusionDirectory (http://www.fusiondirectory.org/)
Copyright (C) 2011-2016 FusionDirectory
Copyright (C) 2011-2019 FusionDirectory
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -18,7 +18,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
class tabs_dashboard extends simpleTabs_noSpecial
class dashboardTabs extends simpleTabs_noSpecial
{
function __construct ($type, $dn, $copied_object = NULL)
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment