diff --git a/blog/blogpage.php b/blog/blogpage.php index 0df6f869690..66cf8cbfddc 100644 --- a/blog/blogpage.php +++ b/blog/blogpage.php @@ -49,7 +49,7 @@ class page_blog extends page_base { } // I need to determine how best to utilize this function. Most init // is already done before we get here in blogFilter and blogInfo - $this->bloginfo =& new BlogInfo($this->id); + //$this->bloginfo =& new BlogInfo($this->id); if ($this->courseid == 0 || $this->courseid == 1 || !is_numeric($this->courseid) ) { $this->courseid = ''; $courserecord = NULL; diff --git a/blog/edit.html b/blog/edit.html index bac1c9614a1..91f7479bb32 100755 --- a/blog/edit.html +++ b/blog/edit.html @@ -1,6 +1,5 @@ courseid); + if (!isset($post->groupid)) { $post->groupid = 0; } @@ -130,7 +129,7 @@