Fix CS lib/classes

This commit is contained in:
Romain Neutron
2013-01-29 16:39:02 +01:00
parent 53206af159
commit 4414892b91
108 changed files with 178 additions and 249 deletions

View File

@@ -570,7 +570,7 @@ class databox extends base
*/
public function get_subdef_structure()
{
if ( ! $this->subdef_struct) {
if (! $this->subdef_struct) {
$this->subdef_struct = new databox_subdefsStructure($this);
}
@@ -579,7 +579,7 @@ class databox extends base
public static function dispatch(Filesystem $filesystem, $repository_path, $date = false)
{
if ( ! $date) {
if (! $date) {
$date = date('Y-m-d H:i:s');
}