aboutsummaryrefslogtreecommitdiff
path: root/services/bookmark2tagservice.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-16 09:49:51 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-16 09:49:51 +0000
commita15fd27e8adc18367d358c06e39343e0c34ed1e0 (patch)
tree4f48923f8725a4d8634379386a3a7610bf8d11a4 /services/bookmark2tagservice.php
parentef5105371b7cf7d1a3b56d7007c5227dd3f1c8c9 (diff)
downloadsemanticscuttle-a15fd27e8adc18367d358c06e39343e0c34ed1e0.tar.gz
semanticscuttle-a15fd27e8adc18367d358c06e39343e0c34ed1e0.tar.bz2
Bug fix: correct bug in copy (for some servers configuration)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@275 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'services/bookmark2tagservice.php')
-rw-r--r--services/bookmark2tagservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/bookmark2tagservice.php b/services/bookmark2tagservice.php
index d09aee2..257db15 100644
--- a/services/bookmark2tagservice.php
+++ b/services/bookmark2tagservice.php
@@ -203,7 +203,7 @@ class Bookmark2TagService {
}
function &getTagsForBookmark($bookmarkid) {
- if (!is_int($bookmarkid)) {
+ if (!is_numeric($bookmarkid)) {
message_die(GENERAL_ERROR, 'Could not get tags (invalid bookmarkid)', '', __LINE__, __FILE__, $query);
return false;
}