cosmetic
This commit is contained in:
parent
4908f533f3
commit
06c84ef2b0
@ -68,7 +68,7 @@ class pubSaba
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function urlHandlerBeforeGetData($_ctx)
|
public static function urlHandlerBeforeGetData($_)
|
||||||
{
|
{
|
||||||
$options = tplSaba::getSabaDefaultPostsOptions();
|
$options = tplSaba::getSabaDefaultPostsOptions();
|
||||||
|
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
* @brief saba, a plugin for Dotclear 2
|
||||||
#
|
*
|
||||||
# This file is part of saba, a plugin for Dotclear 2.
|
* @package Dotclear
|
||||||
#
|
* @subpackage Plugin
|
||||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
*
|
||||||
#
|
* @author Jean-Christian Denis and Contributors
|
||||||
# Licensed under the GPL version 2.0 license.
|
*
|
||||||
# A copy of this license is available in LICENSE file or at
|
* @copyright Jean-Christian Denis
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
#
|
*/
|
||||||
# -- END LICENSE BLOCK ------------------------------------
|
|
||||||
|
|
||||||
if (!defined('DC_RC_PATH')) {
|
if (!defined('DC_RC_PATH')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user