Made a little tweak to placeholders, to remove uneeded space.
This commit is contained in:
@ -209,7 +209,7 @@ class ComponentbuilderModelSnippets extends JModelList
|
||||
* @return mixed An array of data items on success, false on failure.
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
{
|
||||
// check in items
|
||||
$this->checkInNow();
|
||||
|
||||
@ -229,7 +229,7 @@ class ComponentbuilderModelSnippets extends JModelList
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// return items
|
||||
return $items;
|
||||
@ -422,7 +422,7 @@ class ComponentbuilderModelSnippets extends JModelList
|
||||
return $headers;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Method to get a store id based on model configuration state.
|
||||
|
Reference in New Issue
Block a user