aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/tasklist/index.php1
-rw-r--r--mod/tasklist/start.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/mod/tasklist/index.php b/mod/tasklist/index.php
index d8b9edb6d..79345a73f 100644
--- a/mod/tasklist/index.php
+++ b/mod/tasklist/index.php
@@ -2,7 +2,6 @@
require_once("../../engine/start.php");
global $CONFIG;
-
$_SESSION['id'] = 2;
// Get the user
diff --git a/mod/tasklist/start.php b/mod/tasklist/start.php
index 260109866..ab263136d 100644
--- a/mod/tasklist/start.php
+++ b/mod/tasklist/start.php
@@ -29,7 +29,7 @@
// Task
$task = $entity->getMetaData("task");
-
+print_r($task);
// Render the item
return elgg_view("tasklist/item", array(
"owner_id" => $entity->owner_guid,