mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 11:40:43 -04:00
Fix issues with Digibug printing where the preview ws not showing up.
This commit is contained in:
@@ -55,7 +55,7 @@ class Digibug_Controller extends Controller {
|
||||
}
|
||||
|
||||
public function print_proxy($type, $id) {
|
||||
$proxy = ORM::factory("digibug_proxy", array("uuid", $id));
|
||||
$proxy = ORM::factory("digibug_proxy", array("uuid" => $id));
|
||||
if (!$proxy->loaded || !$proxy->item->loaded) {
|
||||
Kohana::show_404();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user