mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-22 19:54:24 +01:00
Correct Bookmark Edit, fix #31, thanks @flattman
This commit is contained in:
parent
37a036c166
commit
c6e7b090ef
@ -295,7 +295,7 @@ class OC_Bookmarks_Bookmarks{
|
||||
|
||||
// Abort the operation if bookmark couldn't be set
|
||||
// (probably because the user is not allowed to edit this bookmark)
|
||||
if ($result->numRows() == 0) exit();
|
||||
if ($result == 0) exit();
|
||||
|
||||
|
||||
// Remove old tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user