Posted on: 06/16/07 11:01pm
By: jmucchiello
In the templates, all of the paths end up with a double // which for some reason doesn't cause any errors:
$cal_templates = new Template($_CONF['path'] . '/plugins/calendar/templates'

;
Results in "/path/to/geeklog//plugins/calendar/templates". Yet, it all still works. Weird.
Re: Minor calendar bug
Posted on: 06/17/07 03:45am
By: Dirk
Extra slashes in paths and URLs have never caused problems. Fixed in CVS nonetheless.
bye, Dirk