Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz authored Aug 20, 2023
1 parent 4c26660 commit 476c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/moodle2/restore_projectapproval_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function process_projectapp_project($data) {
// To know if we are including userinfo.
$userinfo = $this->get_setting_value('userinfo');
if (!$userinfo) {
retrun;
return;
}
$data = (object)$data;
// Set new cmid.
Expand Down

0 comments on commit 476c9f1

Please sign in to comment.