libs/cbi: don't run apply on render, this is a quick hack and will be reworked soon

This commit is contained in:
Jo-Philipp Wich 2010-10-11 22:55:49 +00:00
parent 2c22ea7b77
commit f735ef30bd

View file

@ -356,7 +356,7 @@ end
function Map.render(self, ...)
self:_run_hooks("on_init")
Node.render(self, ...)
if self._apply then
if false and self._apply then
local fp = self._apply()
fp:read("*a")
fp:close()