From bc495433563bd0cc68e885fddbc61aba17389059 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 31 Jul 2007 03:09:42 +0000 Subject: [PATCH] vendor::delete() should always return a value, in this case if we fall through we've failed --- include/vendor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vendor.php b/include/vendor.php index 830b2ed..82266b1 100644 --- a/include/vendor.php +++ b/include/vendor.php @@ -167,6 +167,8 @@ class Vendor { return FALSE; } + + return false; } function outputEditor()