1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Open-Graph meta image option added to social plugin.

This commit is contained in:
Cameron
2016-08-09 09:26:48 -07:00
parent 0348fab9bf
commit 16ba11220e
4 changed files with 20 additions and 3 deletions

View File

@@ -1314,6 +1314,11 @@ class news_admin_ui extends e_admin_ui
{
$this->getModel()->setData($k, $v); // Override Table data.
}
if(e_DEBUG)
{
e107::getMessage()->addDebug(print_a($data,true));
}
}