Skip to content

Commit

Permalink
Merge branch 'MDL-30195-26' of git://github.com/FMCorz/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_26_STABLE
  • Loading branch information
Sam Hemelryk committed Dec 23, 2013
2 parents b10fec1 + 8ee06a7 commit 61dde02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/googledocs/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class portfolio_plugin_googledocs extends portfolio_plugin_push_base {
private $googleoauth = null;

public function supported_formats() {
return array(PORTFOLIO_FORMAT_FILE);
return array(PORTFOLIO_FORMAT_FILE, PORTFOLIO_FORMAT_RICHHTML);
}

public static function get_name() {
Expand Down

0 comments on commit 61dde02

Please sign in to comment.