correciton

This commit is contained in:
astridx 2017-03-05 20:01:56 +01:00
parent b0178665d2
commit cc7df89721
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ class WeblinksViewWeblink extends JViewLegacy
$dispatcher = JEventDispatcher::getInstance();
$this->item = $this->get('Item');
$this->params = $this->state->get('params');
$this->state = $this->get('State');
$this->params = $this->state->get('params');
// Create a shortcut for $item.
$item = $this->item;