Skip to content
Snippets Groups Projects
Commit a18bacb5 authored by Prasath Nadarajah's avatar Prasath Nadarajah
Browse files

save client settings modifications

parent b94a25d5
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ class WP_Client_Factory {
public static function save_client_settings( $site_ID, $class ) {
$class = $_POST['transport_type'] . '_client';
if( class_exists($class) ) {
return call_user_func( array( $class, 'save_settings' ), $site_ID );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment