Made a little tweak to placeholders, to remove uneeded space.

This commit is contained in:
2018-09-11 22:28:17 +02:00
parent 5962b557c8
commit 45c255485f
307 changed files with 588 additions and 588 deletions

View File

@ -86,7 +86,7 @@ class ComponentbuilderModelCompiler extends JModelList
// redirect away if not a correct (TODO for now we go to default view)
$app->redirect('index.php?option=com_componentbuilder');
return false;
}
}
// load parent items
$items = parent::getItems();
@ -113,7 +113,7 @@ class ComponentbuilderModelCompiler extends JModelList
// Checking if copyright has uikit components that must be loaded.
$this->uikitComp = ComponentbuilderHelper::getUikitComp($item->copyright,$this->uikitComp);
}
}
}
// return items
return $items;
@ -132,7 +132,7 @@ class ComponentbuilderModelCompiler extends JModelList
return $this->uikitComp;
}
return false;
}
}
public $compiler;