Index: kernel/classes/ezcollaborationsimplemessage.php
===================================================================
--- kernel/classes/ezcollaborationsimplemessage.php	(revision 22077)
+++ kernel/classes/ezcollaborationsimplemessage.php	(working copy)
@@ -117,7 +117,7 @@
                       'name' => 'ezcollab_simple_message' );
     }
 
-    function create( $type, $text = false, $creatorID = false )
+    static function create( $type, $text = false, $creatorID = false )
     {
         $date_time = time();
         if ( $creatorID === false )
@@ -133,7 +133,7 @@
                                                         'modified' => $date_time ) );
     }
 
-    function fetch( $id, $asObject = true )
+    static function fetch( $id, $asObject = true )
     {
         return eZPersistentObject::fetchObject( eZCollaborationSimpleMessage::definition(),
                                                 null,
