Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 15:55:02 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 15:55:02 +0300
commit34d2d2da65ad32119913a78f3c79733a06f4900b (patch)
tree10c9253a453ef2c8681135415216cfc84f888ca7 /ui/app/controllers/CControllerWidgetFavGraphsView.php
parent8a46a582571da4ad97cf52d50b36f8d8d17b9c80 (diff)
..F....... [ZBXNEXT-6309] refactoring
Diffstat (limited to 'ui/app/controllers/CControllerWidgetFavGraphsView.php')
-rw-r--r--ui/app/controllers/CControllerWidgetFavGraphsView.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerWidgetFavGraphsView.php b/ui/app/controllers/CControllerWidgetFavGraphsView.php
index 5918bfd3aa7..5bb4a41c81d 100644
--- a/ui/app/controllers/CControllerWidgetFavGraphsView.php
+++ b/ui/app/controllers/CControllerWidgetFavGraphsView.php
@@ -80,7 +80,7 @@ class CControllerWidgetFavGraphsView extends CControllerWidget {
CArrayHelper::sort($graphs, ['label']);
$this->setResponse(new CControllerResponseData([
- 'name' => $this->getInput('name', $this->getDefaultHeader()),
+ 'name' => $this->getInput('name', $this->getDefaultName()),
'graphs' => $graphs,
'user' => [
'debug_mode' => $this->getDebugMode()