Skip to content

Commit

Permalink
Fixed: SQL error when saving a task comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eaxs committed Aug 11, 2016
1 parent 2cf7fa9 commit 7641b3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static function getObservers($context, $table, $is_new = false)

if ($table->context == 'com_pftasks.task') {
$query->select('milestone_id')
->from('#__pf_milestones')
->from('#__pf_tasks')
->where('id = ' . (int) $table->item_id);

$db->setQuery($query);
Expand Down

0 comments on commit 7641b3b

Please sign in to comment.