Skip to content

Commit

Permalink
Fix call.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Sep 1, 2015
1 parent 5eb578e commit 7ff2624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/controllers/TableChartController.class.php
Expand Up @@ -73,7 +73,7 @@ public function indexAction()
if (!isset($this->sql_query) || $this->sql_query == '') {
$this->response->isSuccess(false);
$this->response->addHTML(
PMA\libraries\Message::error(__('No SQL query was set to fetch data.'))
Message::error(__('No SQL query was set to fetch data.'))
);
return;
}
Expand Down

0 comments on commit 7ff2624

Please sign in to comment.