Skip to content

Commit

Permalink
This reverts commit 6e85bcd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Branca committed Dec 4, 2015
1 parent a7ec707 commit 5cc0cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/scheduler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once dirname($_SERVER['SCRIPT_NAME']) . DIRECTORY_SEPARATOR . 'abstract.php';
require_once 'abstract.php';

class Aoe_Scheduler_Shell_Scheduler extends Mage_Shell_Abstract
{
Expand Down

1 comment on commit 5cc0cb4

@Neetesh1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was facing this issue and above solution solved my issue.

Please sign in to comment.