mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add debug for travis
This commit is contained in:
@@ -176,6 +176,7 @@ class databox_field implements cache_cacheableInterface
|
||||
|
||||
echo "create tag from " . $row['src'] . " for id $id - name is " . $row['name'] . "\n";
|
||||
$this->tag = self::loadClassFromTagName($row['src']);
|
||||
var_dump($this->tag);
|
||||
|
||||
$this->name = $row['name'];
|
||||
$this->indexable = ! ! $row['indexable'];
|
||||
|
Reference in New Issue
Block a user