Fixed: raw data printing on edit video page
This commit is contained in:
parent
024ea2f258
commit
8af4478bce
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue