Menu

#1 Patch for tabs

open
nobody
None
5
2008-05-18
2008-05-18
Phalanger
No

In file TabFolder.class.php, line 67 should change from:

$this->package . '/TabFolderCtrl/switchTab', array("'$innerId'", "'$actionString'", $args)

to:

'/view/' . $this->package . '/TabFolderCtrl/switchTab', array("'$innerId'", "'$actionString'", $args)

This fixes the problems with the system constantly looking for the TabFolderCtrl.class.php in the ctrl directory.

Discussion


Log in to post a comment.