mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
Change the variable to to resolve ticket #769
This commit is contained in:
@@ -53,8 +53,8 @@ class Organize_Controller extends Controller {
|
||||
}
|
||||
|
||||
print json_encode(
|
||||
array("tree" => self::_expanded_tree(ORM::factory("item", 1), $album)->__toString(),
|
||||
"grid" => self::_get_micro_thumb_grid($album, 0)->__toString()));
|
||||
array("tree" => self::_expanded_tree(ORM::factory("item", 1), $target_album)->__toString(),
|
||||
"grid" => self::_get_micro_thumb_grid($target_album, 0)->__toString()));
|
||||
}
|
||||
|
||||
function rearrange($target_id, $before_or_after) {
|
||||
|
||||
Reference in New Issue
Block a user