diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2018-08-01 00:04:14 -0400 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2018-08-01 00:04:14 -0400 |
| commit | 601603c697849f3c4f5ce07bc45fb20e0e80613a (patch) | |
| tree | 7151f444bcb0aa201e06f5a86df7c0b0ef7eb7e6 | |
| parent | c67a4130edb8a14e06dc1e22d143745836575fdf (diff) | |
| download | install-601603c697849f3c4f5ce07bc45fb20e0e80613a.tar.gz install-601603c697849f3c4f5ce07bc45fb20e0e80613a.tar.bz2 install-601603c697849f3c4f5ce07bc45fb20e0e80613a.zip | |
reorg util package to put library code in includes/ and used new UTIL_PKG_INC constant
| -rw-r--r-- | templates/install_checks.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_checks.tpl b/templates/install_checks.tpl index d54cd79..db06e50 100644 --- a/templates/install_checks.tpl +++ b/templates/install_checks.tpl @@ -150,7 +150,7 @@ <li>or download a pre-packed set of <a class="external" href="http://www.bitweaver.org/downloads/file/11619">Bitweaver PEAR extensions</a> and extract this to<br /> - <kbd>{$smarty.const.UTIL_PKG_PATH}pear/</kbd></li> + <kbd>{$smarty.const.UTIL_PKG_INC}pear/</kbd></li> </ul> {else} <p class="alert alert-success"> |
