Index: trunk/extensions/DonationInterface/payflowpro_gateway/stompPFPPendingProcessor.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | // add optional Maintenance.php argument for cli (useful for systems < 1.16) |
45 | 45 | $opts = getopt( "m:" ); |
46 | 46 | // if the path is not specified from CLI, default Maintenance.php path |
47 | | -$maint = ( $opts['m'] ) ? $opts['m'] : dirname(__FILE__) . "/../.././maintenance/Maintenance.php"; |
| 47 | +$maint = ( $opts['m'] ) ? $opts['m'] : MW_INSTALL_PATH . "/maintenance/Maintenance.php"; |
48 | 48 | require_once( $maint ); |
49 | 49 | |
50 | 50 | // load necessary stomp files from DonationInterface/active_mq |