Commit b03f6a9e authored by Jean-Paul Saman's avatar Jean-Paul Saman

setup.php: w2p_System_Setup should be used.

parent 1b2d4687
...@@ -28,7 +28,7 @@ $config['requirements'] = array( ...@@ -28,7 +28,7 @@ $config['requirements'] = array(
array('require' => 'web2project', 'comparator' => '>=', 'version' => '3') array('require' => 'web2project', 'comparator' => '>=', 'version' => '3')
); );
class CSetupHelpDesk extends w2p_Core_Setup class CSetupHelpDesk extends w2p_System_Setup
{ {
public function install() public function install()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment