Changeset 1483

Show
Ignore:
Timestamp:
09/19/2009 06:55:45 PM (4 years ago)
Author:
BrianKoontz
Message:

Ported from trunk to 1.2 branch. Refs #446, #447.

Location:
branches/1.2
Files:
62 added
1 modified
62 moved

Legend:

Unmodified
Added
Removed
  • branches/1.2/libs/Wakka.class.php

    r1478 r1483  
    16381638                                $this->StopLinkTracking();  
    16391639                }  
    1640                 $result = $this->IncludeBuffered($action_name.'.php', 'Unknown action "'.$action_name.'"', $vars, $this->config['action_path']); 
     1640                $result = 
     1641                $this->IncludeBuffered(strtolower($action_name).DIRECTORY_SEPARATOR.strtolower($action_name).'.php', 'Unknown action "'.$action_name.'"', $vars, $this->config['action_path']); 
    16411642                if ($link_tracking_state)  
    16421643                {