Skip to content

Commit

Permalink
MDL-23479 backup - oops! deleted too much in my prev commit. Decode c…
Browse files Browse the repository at this point in the history
…ontents are back
  • Loading branch information
stronk7 committed Jul 30, 2010
1 parent 967a68f commit c26f918
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ protected function define_my_steps() {
* processed by the link decoder
*/
static public function define_decode_contents() {
return array();
$contents = array();

$contents[] = new restore_decode_content('label', array('intro'), 'label');

return $contents;
}

/**
Expand Down

0 comments on commit c26f918

Please sign in to comment.