MDL-48644 backup tool_log: Fixing coding style

Wrap long function definition
to next line.
This commit is contained in:
Mark Nielsen 2014-12-29 10:55:09 -08:00
parent 362bc07063
commit 7cd112dfd5

View File

@ -216,7 +216,8 @@ class manager implements \core\log\manager {
* @param string $ip Override the IP, should only be used for restore.
* @param int $time Override the log time, should only be used for restore.
*/
public function legacy_add_to_log($courseid, $module, $action, $url = '', $info = '', $cm = 0, $user = 0, $ip = null, $time = null) {
public function legacy_add_to_log($courseid, $module, $action, $url = '', $info = '',
$cm = 0, $user = 0, $ip = null, $time = null) {
$this->init();
if (isset($this->stores['logstore_legacy'])) {
$this->stores['logstore_legacy']->legacy_add_to_log($courseid, $module, $action, $url, $info, $cm, $user, $ip, $time);