MDL-50890 enrol_flatfile: Correcting typo and return
authorDavid Monllao <davidm@moodle.com>
Wed, 16 Sep 2015 01:07:47 +0000 (09:07 +0800)
committerDavid Monllao <davidm@moodle.com>
Wed, 16 Sep 2015 01:08:34 +0000 (09:08 +0800)
commit6bc490e270c1f2e0a4b92cd35b9b61b883341bff
tree513e4d36a8b8d01f630526b6b27e6c4c17f5979c
parentfd1b39952757ccaa4277f9da573a7d40c2c663b3
MDL-50890 enrol_flatfile: Correcting typo and return

Would be safer to return nothing, execute methods don't have
a return. I understand this return 2 was inherited from the
previous cron function.
enrol/flatfile/classes/task/flatfile_sync_task.php
enrol/flatfile/cli/sync.php