Skip to content

Commit

Permalink
MDL-26537 Portfolio: Flickr setup instruction contains correct callba…
Browse files Browse the repository at this point in the history
…ck URL

There was a bug due to the code copied from portfolio_boxnet plugin.
  • Loading branch information
mudrd8mz committed Feb 21, 2011
1 parent eabbb12 commit dd2645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/flickr/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function admin_config_form(&$mform) {
$a = new stdClass();
$a->applyurl = 'http://www.flickr.com/services/api/keys/apply/';
$a->keysurl = 'http://www.flickr.com/services/api/keys/';
$a->callbackurl = $CFG->wwwroot . '/portfolio/add.php?postcontrol=1&type=boxnet';
$a->callbackurl = $CFG->wwwroot . '/portfolio/add.php?postcontrol=1&type=flickr';
$mform->addElement('static', 'setupinfo', get_string('setupinfo', 'portfolio_flickr'),
get_string('setupinfodetails', 'portfolio_flickr', $a));
}
Expand Down

0 comments on commit dd2645d

Please sign in to comment.