You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/12/12 19:13:50 UTC

svn commit: r1645013 - /vcl/trunk/web/.ht-inc/image.php

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'));
 	}
 
 	/////////////////////////////////////////////////////////////////////////////