From b509fa2dccda7a9df7702321c78bf0cb1f019c90 Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Tue, 21 Feb 2012 20:13:00 +0100 Subject: [PATCH] Fix bug where setting privilege for functions was failing --- privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privileges.php b/privileges.php index b5e9a67e..0a924033 100644 --- a/privileges.php +++ b/privileges.php @@ -256,7 +256,7 @@ 'database' => $_REQUEST['database'], 'schema' => $_REQUEST['schema'], $subject => $object, - "{$_subject}_oid" => $objectoid, + "{$subject}_oid" => $objectoid, 'subject'=> $subject ); } -- 2.39.5