function getViewUrl() {
return $this->getDetailsUrl();
} // getViewUrlecho $task->countComments() . ($task->countComments() == 1 ? " comment" : " comments")
echo $task->countComments() . ($task->countComments() == 1 ? " comment" : " comments")
echo $task->countComments() . " " . ($task->countComments() == 1 ? lang('comment') : lang('comments'))
I don't get any errors thrown, only file that is updated is the access.log file (normal). I haven't looked in the code yet, as I don't have the time (at work). Error logging is on
All files are uploaded correctly..