]> git.mjollnir.org Git - moodle.git/commit
altered require statement for config.
authorjmg324 <jmg324>
Thu, 10 Jan 2008 09:47:29 +0000 (09:47 +0000)
committerjmg324 <jmg324>
Thu, 10 Jan 2008 09:47:29 +0000 (09:47 +0000)
commitfec6dd580b99134a73a7f0687a99709eaca51f2c
tree373b876bb42b093be388e4fa41c1f520b5f7b359
parente93902f856278e04e4bf3a45dce90af481585d48
altered require statement for config.

Not sure why, but the referential file path was causing cron to fail because config couldn't be found when running from scheduled cron (running in browser was fine!

It looks tidier anyway to have both require's done the same way, so now both user $dirroot to locate files required and this works with scheduled cron.
search/cron.php