Changeset

5072:586c9106a106

util.pluginloader: Expose load_file
author Matthew Wild <mwild1@gmail.com>
date Wed, 01 Aug 2012 01:27:31 +0100
parents 5071:0382f456ac82
children 5073:ecc89a60b2ba
files util/pluginloader.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/pluginloader.lua	Wed Aug 01 01:03:53 2012 +0100
+++ b/util/pluginloader.lua	Wed Aug 01 01:27:31 2012 +0100
@@ -20,7 +20,7 @@
 
 module "pluginloader"
 
-local function load_file(names)
+function load_file(names)
 	local file, err, path;
 	for i=1,#plugin_dir do
 		for j=1,#names do