diff --git a/_admin.php b/_admin.php index 4f33917..32d28ac 100644 --- a/_admin.php +++ b/_admin.php @@ -7,7 +7,7 @@ * * @author Tomtom (http://blog.zenstyle.fr) and Contributors * - * @copyright Jean-Crhistian Denis + * @copyright Jean-Christian Denis * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html */ if (!defined('DC_CONTEXT_ADMIN')) { @@ -55,10 +55,10 @@ dcCore::app()->addBehavior('adminFiltersListsV2', function (ArrayObject $sorts) dcCore::app()->addBehavior('adminDashboardFavoritesV2', function (dcFavorites $favs) { $favs->register('dcloglist', [ - 'title' => __('Log'), - 'url' => dcCore::app()->adminurl->get('admin.plugin.dcLog'), - 'small-icon' => dcPage::getPF('dcLog/icon.svg'), - 'large-icon' => dcPage::getPF('dcLog/icon.svg'), + 'title' => __('Log'), + 'url' => dcCore::app()->adminurl->get('admin.plugin.dcLog'), + 'small-icon' => dcPage::getPF('dcLog/icon.svg'), + 'large-icon' => dcPage::getPF('dcLog/icon.svg'), //'permissions' => null, ]); }); diff --git a/_define.php b/_define.php index 5448c04..07210e5 100644 --- a/_define.php +++ b/_define.php @@ -7,7 +7,7 @@ * * @author Tomtom (http://blog.zenstyle.fr) and Contributors * - * @copyright Jean-Crhistian Denis + * @copyright Jean-Christian Denis * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html */ if (!defined('DC_RC_PATH')) { diff --git a/_prepend.php b/_prepend.php index b579577..d9081c0 100644 --- a/_prepend.php +++ b/_prepend.php @@ -7,7 +7,7 @@ * * @author Tomtom (http://blog.zenstyle.fr) and Contributors * - * @copyright Jean-Crhistian Denis + * @copyright Jean-Christian Denis * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html */ if (!defined('DC_RC_PATH')) { diff --git a/inc/class.dc.log.list.php b/inc/class.dc.log.list.php index 95baf32..542058d 100644 --- a/inc/class.dc.log.list.php +++ b/inc/class.dc.log.list.php @@ -7,7 +7,7 @@ * * @author Tomtom (http://blog.zenstyle.fr) and Contributors * - * @copyright Jean-Crhistian Denis + * @copyright Jean-Christian Denis * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html */ if (!defined('DC_RC_PATH')) { diff --git a/index.php b/index.php index 0bca535..46f5976 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * * @author Tomtom (http://blog.zenstyle.fr) and Contributors * - * @copyright Jean-Crhistian Denis + * @copyright Jean-Christian Denis * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html */ if (!defined('DC_CONTEXT_ADMIN')) {