Skip to content

Commit 00d4052

Browse files
committed
github slug and plugin file path fixed
1 parent 4cdaefb commit 00d4052

File tree

3 files changed

+69
-249
lines changed

3 files changed

+69
-249
lines changed

PDUpdater.php

Lines changed: 0 additions & 167 deletions
This file was deleted.

includes/Hooks.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ public function init_commands()
2626

2727
public function update_checker()
2828
{
29-
$updater = new PDUpdater(__FILE__);
29+
$updater = new PDUpdater(CBXCAREER_TOOLKIT_ROOT_PATH.'cbxcareertoolkit.php');
3030
$updater->set_username('codeboxrcodehub');
31-
$updater->set_repository('cbxphpspreadsheet');
31+
$updater->set_repository('codeboxrcodehub');
3232
$updater->authorize('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');
3333
$updater->initialize();
34-
35-
3634
}//end method update_checker
3735
}//end class Hooks

0 commit comments

Comments
 (0)