Skip to content

Commit

Permalink
Move cck_job.php to the right place of the GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Jun 22, 2017
1 parent b507ff5 commit 6b401aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
// Load the configuration
require_once JPATH_CONFIGURATION.'/configuration.php';

JPluginHelper::importPlugin( 'cck_storage_location' );

// Cli
class CckJobCli extends JApplicationCli
{
Expand Down

1 comment on commit 6b401aa

@sebastienheraud
Copy link
Member Author

Choose a reason for hiding this comment

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

Fix applied as well.

Please sign in to comment.