Fixes notification email on removal of "nom d'usage" -- the email was sent to the...
[platal.git] / include / validations / photos.inc.php
index f65b06c..7194e04 100644 (file)
@@ -141,7 +141,7 @@ class PhotoReq extends Validate
         XDB::execute('REPLACE INTO  photo (uid, attachmime, attach, x, y)
                             VALUES  ({?},{?},{?},{?},{?})',
                      $this->user->id(), $this->mimetype, $this->data, $this->x, $this->y);
-        register_watch_op($this->user->id(), WATCH_FICHE, 'photo');
+        register_watch_op($this->user->id(), WATCH_FICHE, '', 'photo');
         return true;
     }