Code

Updated post handling
[gosa.git] / gosa-core / plugins / generic / references / class_reference.inc
index ad390a4c0103f70118c57479fa93a220f1395f9f..11a5383b94cebb18883783eacadd22604ce50b4b 100644 (file)
@@ -154,7 +154,7 @@ class reference extends plugin
         
         // Convert the modifyTimestamp to a human readable value
         $tz = timezone::get_default_timezone();
-        $smarty->assign('modifyTimestamp', date('d.m.Y H:i:s', strtotime($this->modifyTimestamp)));
+        $smarty->assign('modifyTimestamp', set_post(date('d.m.Y H:i:s', strtotime($this->modifyTimestamp))));
 
         $smarty->assign('objectList', $this->objectList);
         $smarty->assign("acls",$this->aclResolver->getReadableACL());