summaryrefslogtreecommitdiffstatshomepage
path: root/watch.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-10 11:40:07 +0000
committerGravatar mensonge2009-02-10 11:40:07 +0000
commit834b3aedb86bf5a7f76e01646201c495a9da8faf (patch)
tree6f5d653373335e2ef3a066b3d0c1530cbde58e72 /watch.php
parentf39821d848d9b788d5591fdd33dfddcc2fb9a652 (diff)
downloadscuttle-834b3aedb86bf5a7f76e01646201c495a9da8faf.tar.gz
scuttle-834b3aedb86bf5a7f76e01646201c495a9da8faf.zip
Minor fix: translations, improve watchlist, improve search behaviour...
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@266 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'watch.php')
-rw-r--r--watch.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/watch.php b/watch.php
index 841317d..63c4cda 100644
--- a/watch.php
+++ b/watch.php
@@ -30,6 +30,9 @@ $currentUser = $userservice->getCurrentObjectUser();
/* Managing path info */
@list($url, $user) = isset($_SERVER['PATH_INFO']) ? explode('/', $_SERVER['PATH_INFO']) : NULL;
+if($user=='' && $_POST['contact'] != '') {
+ $user = $_POST['contact'];
+}
if ($userservice->isLoggedOn() && $user) {
$pagetitle = '';