Skip to content

Commit

Permalink
Merge pull request #513 from shreesh-webkul/patch-renderlist
Browse files Browse the repository at this point in the history
Fixed Undefined property: $toolbar_btn
  • Loading branch information
rohit053 authored Jan 23, 2023
2 parents 1198ccb + 29d641e commit ea01abf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/controller/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2451,8 +2451,6 @@ public function renderList()

$helper = new HelperList();

unset($this->toolbar_btn);
$this->initToolbar();
// Empty list is ok
if (!is_array($this->_list)) {
$this->displayWarning($this->l('Bad SQL query', 'Helper').'<br />'.htmlspecialchars($this->_list_error));
Expand Down

0 comments on commit ea01abf

Please sign in to comment.