Пример #1
0
 /**
  *  Notify a new file/forder creation or change.
  */
 public static function notify($path)
 {
     OC_MailNotify_Mailing::queue_fileChange_notification($path);
     return true;
 }