Skip to content
Code-Schnipsel Gruppen Projekte
Commit 93c8814b erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: code style.

Übergeordneter 02ac3cea
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -23,7 +23,7 @@ class BoxContent extends QUI\Control
public function __construct($attributes = array())
{
parent::__construct($attributes);
// default options
$this->setAttributes(array(
'title' => 'Box Content',
......@@ -84,7 +84,6 @@ public function getBody()
case 10:
$extraClass = ' box-content-entry-10';
break;
}
$Engine->assign(array(
......
......@@ -68,7 +68,6 @@ protected function getSite()
if (is_numeric($site)) {
try {
return $Project->get((int)$site);
} catch (QUI\Exception $Exception) {
QUI\System\Log::addWarning($Exception->getMessage());
......@@ -76,7 +75,6 @@ protected function getSite()
}
}
// order
switch ($this->getAttribute('order')) {
case 'name ASC':
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren