diff core/src/luan/modules/host/Hosting.luan @ 716:28fedb32ab19 0.19

hosting changes
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 May 2016 19:16:21 -0600
parents ca169567ce07
children 4f8e30a3ffd0
line wrap: on
line diff
--- a/core/src/luan/modules/host/Hosting.luan	Mon May 23 16:16:03 2016 -0600
+++ b/core/src/luan/modules/host/Hosting.luan	Mon May 23 19:16:21 2016 -0600
@@ -59,7 +59,7 @@
 
 	process( nil, tree, my_dir )
 
-	host.remove_handler(domain,password)
+	host.update_handler(domain,password)
 end
 
 function M.delete(domain,password)