Browse Source

moving mods core functions away

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
5adee73be4
  1. 5
      lgsm/functions/core_functions.sh

5
lgsm/functions/core_functions.sh

@ -298,6 +298,11 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
mods_core.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
# Dev
command_dev_debug.sh(){

Loading…
Cancel
Save