vendor::delete() should always return a value, in this case if we fall through we've failed
This commit is contained in:
@@ -167,6 +167,8 @@ class Vendor {
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function outputEditor()
|
||||
|
||||
Reference in New Issue
Block a user