]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Status_network.php
Added type-hint for StartShowNoticeFormData hook
[quix0rs-gnu-social.git] / classes / Status_network.php
index 3498b4bd24b4ae18a0a9f5213ff9666beff92977..770de50d93a9b817af09618cadebd6550362a184 100644 (file)
@@ -39,7 +39,7 @@ class Status_network extends Safe_DataObject
     public $theme;                           // varchar(191)               not 255 because utf8mb4 takes more space
     public $logo;                            // varchar(191)               not 255 because utf8mb4 takes more space
     public $created;                         // datetime()   not_null
-    public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
+    public $modified;                        // datetime()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
     static function getKV($k,$v=NULL) {