diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tasklist/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/tasklist/index.php b/mod/tasklist/index.php index fe7e5996f..d8b9edb6d 100644 --- a/mod/tasklist/index.php +++ b/mod/tasklist/index.php @@ -3,7 +3,7 @@ global $CONFIG; - //$_SESSION['id'] = 2; + $_SESSION['id'] = 2; // Get the user $owner_id = page_owner(); @@ -36,7 +36,7 @@ foreach ($tags as $tag) { - $tag = santitise_string($tag); + $tag = sanitise_string($tag); $entity->setMetaData($tag, $tag); } } |