mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Small cleanup
This commit is contained in:
parent
9b56badc70
commit
33b68197b4
@ -1,11 +1,14 @@
|
||||
<?php
|
||||
|
||||
use humhub\modules\admin\models\forms\DesignSettingsForm;
|
||||
use humhub\modules\web\pwa\widgets\SiteIcon;
|
||||
use humhub\widgets\Button;
|
||||
use yii\widgets\ActiveForm;
|
||||
use yii\helpers\Url;
|
||||
use humhub\compat\CHtml;
|
||||
|
||||
/* @var $model DesignSettingsForm */
|
||||
|
||||
\humhub\modules\admin\assets\AdminAsset::register($this);
|
||||
|
||||
$this->registerJsConfig('admin', [
|
||||
|
@ -317,7 +317,8 @@ abstract class Menu extends JsWidget
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.4
|
||||
* Deactivates an entry by given id or url search string.
|
||||
* @param $searchStr menu entry id or url
|
||||
*/
|
||||
public function setInactive($searchStr)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user