From: x2003bruneau Date: Sat, 25 Nov 2006 18:47:51 +0000 (+0000) Subject: Do not forget to save the photo X-Git-Tag: xorg/0.9.12~32 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bf02502a3c5ba92c897878a3edc68463bbefbbf8;p=platal.git Do not forget to save the photo git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1168 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/validations/photos.inc.php b/include/validations/photos.inc.php index fa0f4b3..a9d6028 100644 --- a/include/validations/photos.inc.php +++ b/include/validations/photos.inc.php @@ -45,6 +45,7 @@ class PhotoReq extends Validate function PhotoReq($_uid, $_data, $_stamp=0) { $this->Validate($_uid, true, 'photo', $_stamp); + $this->_get_image($_data); } // }}}