Fixed: raw data printing on edit video page

This commit is contained in:
Saqib Razzaq 2016-05-06 15:43:08 +05:00
parent 024ea2f258
commit 8af4478bce

View file

@ -23,7 +23,7 @@ if(!defined('SUB_PAGE')){
$id = mysql_clean($_GET['photo']);
if(isset($_POST['photo_id'])) {
pr($_POST,true);
#pr($_POST,true);
$cbphoto->update_photo();
}