Make oohembed endpoint configurable.

This commit is contained in:
Robin Millette
2009-06-17 16:44:33 -04:00
parent fd6de17a4a
commit 28d02ec8cd
4 changed files with 11 additions and 1 deletions

View File

@@ -203,6 +203,7 @@ $config =
),
'group' =>
array('maxaliases' => 3),
'oohembed' => array('endpoint' => 'http://oohembed.com/oohembed/')
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');