Changeset 575 for trunk

Show
Ignore:
Timestamp:
09/02/08 14:26:23 (3 months ago)
Author:
sidtheduck
Message:

+ I'm a retard and had a malfunctioned save on plog-globals.php for line 22. Should be fixed now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-load-config.php

    r574 r575  
    2020$thumbnail_config = array(); 
    2121 
    22 require_once(PLOGGER_DIR."/plog-globals.php"); 
     22require_once(dirname(__FILE__)."/plog-globals.php"); 
    2323if (is_file(PLOGGER_DIR."plog-config.php")){ 
    2424        require_once(PLOGGER_DIR."plog-config.php");