Completed
Push — master ( cbe6f3...9d07ea )
by Henri
02:52
created
model/Concept.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -459,11 +459,11 @@
 block discarded – undo
459 459
             trigger_error($e->getMessage(), E_USER_WARNING);
460 460
             $ret = '';
461 461
             if ($this->resource->get('dc:modified')) {
462
-                $modified = (string) $this->resource->get('dc:modified');
462
+                $modified = (string)$this->resource->get('dc:modified');
463 463
                 $ret = gettext('skosmos:modified') . ' ' . $modified; 
464 464
             }
465 465
             if ($this->resource->get('dc:created')) {
466
-                $created .= (string) $this->resource->get('dc:created');
466
+                $created .= (string)$this->resource->get('dc:created');
467 467
                 $ret .= ' ' . gettext('skosmos:created') . ' ' . $created; 
468 468
             }
469 469
         }
Please login to merge, or discard this patch.