Logo
Explore Help
Sign In
df/webif
1
0
Fork 0
You've already forked webif
forked from hummypkg/webif
Code Issues Pull Requests Releases Wiki Activity
Files
070fd7a749bb3d5cda830b2285b0f9f8e84bed7f
webif/var/mongoose/lib/plugin

10 lines
187 B
Plaintext
Raw Normal View History

fix plugin error git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@233 2a923420-c742-0410-a762-8d5b09965624
2011-07-04 22:41:24 +00:00
proc eval_plugins {hook} {
0.9.9 git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1016 2a923420-c742-0410-a762-8d5b09965624
2012-05-21 20:23:41 +00:00
foreach plugin [glob -nocomplain /mod/webif/plugin/*] {
fix plugin error git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@233 2a923420-c742-0410-a762-8d5b09965624
2011-07-04 22:41:24 +00:00
if {[file isfile "$plugin/$hook.hook"]} {
jquery update git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1150 2a923420-c742-0410-a762-8d5b09965624
2012-10-08 20:16:27 +00:00
catch {uplevel source "$plugin/$hook.hook"}
fix plugin error git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@233 2a923420-c742-0410-a762-8d5b09965624
2011-07-04 22:41:24 +00:00
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API