Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv13707/lib/plugin
Modified Files:
RecentChanges.php
Log Message:
Fix typo.
Index: RecentChanges.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RecentChanges.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** RecentChanges.php 2001/12/14 20:24:25 1.6
--- RecentChanges.php 2001/12/14 20:32:02 1.7
***************
*** 19,23 ****
function include_versions_in_URLs() {
! return (bool) $this->args['show_all'];
}
--- 19,23 ----
function include_versions_in_URLs() {
! return (bool) $this->_args['show_all'];
}
|