Skip to content

Commit

Permalink
Fixes Issue propelorm#724
Browse files Browse the repository at this point in the history
Added missing require of Propel class for static call Propel::initConnection
  • Loading branch information
Gamesh committed Nov 7, 2013
1 parent 31abf9e commit 899cf90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/lib/util/PropelMigrationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require_once dirname(__FILE__) . '/../model/Table.php';
require_once dirname(__FILE__) . '/../model/Column.php';
require_once dirname(__FILE__) . '/PropelSQLParser.php';
require_once dirname(dirname(dirname(dirname(__FILE__)))) . '/runtime/lib/Propel.php';

/**
* Service class for preparing and executing migrations
Expand Down

0 comments on commit 899cf90

Please sign in to comment.