fix error in install guide

This commit is contained in:
mohrt
2002-07-19 14:01:34 +00:00
parent 87556b1c0e
commit 6ed82c9825

View File

@@ -360,7 +360,7 @@ require(SMARTY_DIR.'Smarty.class.php');
// a good place to load application library files, example:
// require('guestbook/guestbook.lib.php');
Smarty_GuestBook extends Smarty {
class Smarty_GuestBook extends Smarty {
function Smarty_GuestBook() {