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

@ -91,7 +91,7 @@ class ComponentbuilderModelLayouts extends JModelList
* @return mixed An array of data items on success, false on failure.
*/
public function getItems()
{
{
// check in items
$this->checkInNow();
@ -111,7 +111,7 @@ class ComponentbuilderModelLayouts extends JModelList
}
}
}
}
// set selection value to a translatable value
if (ComponentbuilderHelper::checkArray($items))
@ -122,7 +122,7 @@ class ComponentbuilderModelLayouts extends JModelList
$item->add_php_view = $this->selectionTranslation($item->add_php_view, 'add_php_view');
}
}
// return items
return $items;
@ -336,7 +336,7 @@ class ComponentbuilderModelLayouts extends JModelList
return $headers;
}
return false;
}
}
/**
* Method to get a store id based on model configuration state.