MDL-8544 Fixed wiki locking require_js usage

This commit is contained in:
sam_marshall
2007-02-16 14:21:13 +00:00
parent 88178d9b78
commit c32580cea0
+1 -1
View File
@@ -449,7 +449,7 @@
}
} else {
// OK, the page is now locked to us. Put in the AJAX for keeping the lock
require_js(array('yui_yahoo','yui_connection'));
print require_js(array('yui_yahoo','yui_connection'));
$strlockcancelled=get_string('lockcancelled','wiki');
$strnojslockwarning=get_string('nojslockwarning','wiki');
$intervalms=WIKI_LOCK_RECONFIRM*1000;