From: Roland Häder Date: Tue, 12 Jul 2011 22:51:53 +0000 (+0000) Subject: Don't miss to rebuild the cache ... :( Maybe a filter is a nicer way here? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d2967ace485b020672eab2e4753a1987af483c7;p=mailer.git Don't miss to rebuild the cache ... :( Maybe a filter is a nicer way here? --- diff --git a/inc/referal-functions.php b/inc/referal-functions.php index cec12c40a7..f9055fdcd0 100644 --- a/inc/referal-functions.php +++ b/inc/referal-functions.php @@ -512,6 +512,9 @@ function updateReferalTable ($userid) { // The last step is to flush all userid's entries to the database flushReferalTableToDatabase($userid); + // Rebuild cache + rebuildCache('refsystem', 'refsystem'); + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'userid=' . $userid . ' - EXIT!'); }