Commit 138a429a authored by Bas de Nooijer's avatar Bas de Nooijer

Merge commit 'b47b9cd2' into develop

parents 8bae9415 b47b9cd2
...@@ -18,6 +18,7 @@ try { ...@@ -18,6 +18,7 @@ try {
echo 'Ping query successful'; echo 'Ping query successful';
echo '<br/><pre>'; echo '<br/><pre>';
var_dump($result->getData()); var_dump($result->getData());
echo '</pre>';
} catch (Solarium\Exception $e) { } catch (Solarium\Exception $e) {
echo 'Ping query failed'; echo 'Ping query failed';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment