diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 14:11:26 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 14:11:26 +0000 |
commit | ca9c62a2d809bb6cdec977a7546849dac9bd1ba4 (patch) | |
tree | 2acb7fc6973b2a5b846db2f9ab9832e0027a9139 /app/acf-util/skins-read-html.lsp | |
parent | b0d5cd7398e09c6b1e2becacaab196c5f2a91096 (diff) | |
download | acf-core-ca9c62a2d809bb6cdec977a7546849dac9bd1ba4.tar.bz2 acf-core-ca9c62a2d809bb6cdec977a7546849dac9bd1ba4.tar.xz |
Added require statement for html library
Diffstat (limited to 'app/acf-util/skins-read-html.lsp')
-rw-r--r-- | app/acf-util/skins-read-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/acf-util/skins-read-html.lsp b/app/acf-util/skins-read-html.lsp index 3dc53f8..50581af 100644 --- a/app/acf-util/skins-read-html.lsp +++ b/app/acf-util/skins-read-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"update"}, session) %> |