Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
14482943
authored
2023-09-12 14:44:36 -0400
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
862823fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/commonwell-broker/inc/shortcodes-circulars.php
wp-content/themes/commonwell-broker/inc/shortcodes-circulars.php
View file @
1448294
...
...
@@ -58,7 +58,7 @@ function circular_list($atts){
}
}
if
(
empty
(
$campaignItemArray
))
{
campaign_Monitor_LoadData
();
//
campaign_Monitor_LoadData();
$campaignItemArray
=
campaign_Monitor_GetData
(
$order
);
$campaignItemArray
=
extractCircularDataForCache
(
$campaignItemArray
);
$client
->
set
(
'circular_data'
,
serialize
(
$campaignItemArray
));
...
...
Please
register
or
sign in
to post a comment