projects
/
WP-Plugins
/
glm-member-db-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ef9fd
)
for undefined
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 16 May 2016 15:53:21 +0000
(11:53 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 16 May 2016 15:53:21 +0000
(11:53 -0400)
models/admin/member/social.php
patch
|
blob
|
history
diff --git
a/models/admin/member/social.php
b/models/admin/member/social.php
index
18c15ac
..
2addc84
100644
(file)
--- a/
models/admin/member/social.php
+++ b/
models/admin/member/social.php
@@
-102,6
+102,7
@@
class GlmMembersAdmin_member_social extends GlmDataSocialUrls
$option = false;
$debug = false;
$statusMessage = "Update complete";
+ $urlList = $socialList = array();
require_once(GLM_MEMBERS_SOCIAL_PLUGIN_CLASS_PATH.'/data/dataSocialUrls.php');
$Urls = new GlmDataSocialUrls($this->wpdb, $this->config);