X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=dd7998d02438c1b4a83eb1b6907a347785551299;hb=8d2c9b91eb82ea74fac58b2541982f760d0f77fc;hp=3cf107659419d803e6af73886255440887e27ad8;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 3cf1076594..dd7998d024 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -70,6 +70,9 @@ initFatalMessages(); // Init message system initMessages(); +// Init repository data sub-system +initRepositoryData(); + // Enable HTML templates by default enableTemplateHtml();