From bf02502a3c5ba92c897878a3edc68463bbefbbf8 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 25 Nov 2006 18:47:51 +0000 Subject: [PATCH] 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 --- include/validations/photos.inc.php | 1 + 1 file changed, 1 insertion(+) 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); } // }}} -- 2.1.4