Current time: 03-20-2010, 12:26 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] invalid argument for add_task_log()
08-13-2008, 11:32 PM
Post: #1
[F] invalid argument for add_task_log()
The add_task_log() function expects an array for the first argument, but these two calls don't give it one:

File /inc/functions_task.php, function run_task

PHP Code:
add_task_log($task['id'], $lang->missing_task); 

File /inc/class_error.php, function error

PHP Code:
add_task_log($task['id'], "{$this->error_types[$type]} - [$type] ".var_export($messagetrue)."{$filestr}"); 
Visit this user's website Find all posts by this user
08-14-2008, 12:35 AM
Post: #2
[F] invalid argument for add_task_log()
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: