Skip to content

Commit 948901b

Browse files
committed
fix infinite loop
1 parent 74f61e9 commit 948901b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function __call( $name, $arguments ) {
223223
public function get_remote_server_root_url() {
224224
return \defined( 'PROGRESS_PLANNER_REMOTE_SERVER_ROOT_URL' )
225225
? \constant( 'PROGRESS_PLANNER_REMOTE_SERVER_ROOT_URL' )
226-
: \progress_planner()->get_ui__branding()->get_url( 'https://progressplanner.com' );
226+
: 'https://progressplanner.com';
227227
}
228228

229229
/**

0 commit comments

Comments
 (0)