Fixed a method from public to protected status error. All other changes are only random variable name and date changes (due to automation)
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
// set the defaults
|
||||
$items = $displayData->schsite_views;
|
||||
$items = $displayData->hdssite_views;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
$edit = "index.php?option=com_componentbuilder&view=site_views&task=site_view.edit";
|
||||
|
Reference in New Issue
Block a user