]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-mediadata.php
Rewrites not to init config in config-functions.php (some still remain, many untested)
[mailer.git] / inc / modules / guest / what-mediadata.php
index 1cac00d558a770ea834e606962652fd21c334ba2..b19c7203e4c38c6949d1c7b8672dc7112b14227f 100644 (file)
@@ -304,7 +304,7 @@ $content['rowspan_points'] = $ROWS_POINTS;
 $content['rowspan_user']   = $ROWS_USER;
 
 // Patch timespamp
-$contentp['patch_ctime'] = generateDateTime(getConfig('patch_ctime'), 2);
+$content['patch_ctime'] = generateDateTime(getConfig('patch_ctime'), 2);
 
 // Load template
 loadTemplate('mediadata', false, $content);