Skip to content

Commit 4fcdfbf

Browse files
committed
Update modStripeConnect.class.php
1 parent aa3895b commit 4fcdfbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/modules/modStripeConnect.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public function init($options = '')
151151
"DELETE FROM ".MAIN_DB_PREFIX."const WHERE name = ".$this->db->encrypt('STRIPE_TEST_SECRET_KEY', 1)." AND entity != '0' ",
152152
"DELETE FROM ".MAIN_DB_PREFIX."const WHERE name = ".$this->db->encrypt('STRIPE_LIVE_PUBLISHABLE_KEY', 1)." AND entity != '0' ",
153153
"DELETE FROM ".MAIN_DB_PREFIX."const WHERE name = ".$this->db->encrypt('STRIPE_LIVE_SECRET_KEY', 1)." AND entity != '0' ",
154-
"DELETE FROM ".MAIN_DB_PREFIX."const WHERE name = ".$this->db->encrypt('MAIN_MODULE_STRIPECONNECT_TABS_0', 1)." AND entity = '0' "
155154
);
156155

157156
return $this->_init($sql);

0 commit comments

Comments
 (0)