Install demo.
Go to Components > Banners > Clients.
Edit a client.
PHP Notice: Undefined variable: canDo in C:\xampp\htdocs\joomla-cms-staging\administrator\templates\hathor\html\com_banners\client\edit.php on line 42
PHP Fatal error: Call to a member function get() on null in C:\xampp\htdocs\joomla-cms-staging\administrator\templates\hathor\html\com_banners\client\edit.php on line 42
Labels |
Added:
?
|
Category | ⇒ | com_banners Templates (admin) |
Status | New | ⇒ | Confirmed |
Change this line https://github.com/joomla/joomla-cms/blob/staging/administrator/templates/hathor/html/com_banners/client/edit.php#L42 of code to the code below should solve the issue
<?php if ($this->canDo->get('core.edit.state')) : ?>
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-08 04:40:16 |
Closed_By | ⇒ | Quy |
I can confirm the problem on Joomla! 3.7.0-rc1 (nightly Build)
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15147.