Skip to content

[FIX] Social Networks: produce correct URL address using existing global variable

Eutyche odimba requested to merge keutyche/tiki:hybrid into master

https://avan.tech/item72416 the method getBaseUrl() in the file lib/socnets/Util.php generates an incoherent URL. it takes the URL of virtualmin example.com:10000 instead of the URL of the virtual server. to solve the problem I replace it by the global variable $base_url.

Edited by luci

Merge request reports