Author: jfthomps
Date: Fri Dec 12 18:13:49 2014
New Revision: 1645013

URL: http://svn.apache.org/r1645013
Log:
reverting a change that accidentally made it into the last commit

Modified:
    vcl/trunk/web/.ht-inc/image.php

Modified: vcl/trunk/web/.ht-inc/image.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/image.php?rev=1645013&r1=1645012&r2=1645013&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/image.php (original)
+++ vcl/trunk/web/.ht-inc/image.php Fri Dec 12 18:13:49 2014
@@ -943,10 +943,7 @@ class Image extends Resource {
                       .        "'$agree')";
                doQuery($query, 101);
        
-               $return = array('status' => 'success',
-                               'action' => 'update',
-                               'imageid' => $imageid);
-               sendJSON($return);
+               sendJSON(array('status' => 'success', 'action' => 'update'));
        }
 
        
/////////////////////////////////////////////////////////////////////////////


Reply via email to