mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dialog. Convert all the controllers
that create the data to go into a dialog to return the html as part of a json object.
This commit is contained in:
@@ -47,7 +47,7 @@ class Organize_Controller extends Controller {
|
||||
$v->controller_uri = url::site("organize") . "/";
|
||||
$v->swf_uri = url::file("modules/organize/lib/Gallery3WebClient.swf?") .
|
||||
filemtime(MODPATH . "organize/lib/Gallery3WebClient.swf");
|
||||
print $v;
|
||||
print json_encode(array("form" => (string) $v));
|
||||
}
|
||||
|
||||
function add_album_fields() {
|
||||
|
||||
Reference in New Issue
Block a user