Update migrate.1.5.php

This commit is contained in:
Namhyeon Go 2020-02-24 14:04:15 +09:00 committed by GitHub
parent 6112a16718
commit ee80807b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ if(!is_fn("set_scope")) {
}
if(!is_fn("get_scope")) {
functon get_scope($k) {
function get_scope($k) {
return get_shared_var($k);
}
}