mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 23:43:12 +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";
|
echo "create tag from " . $row['src'] . " for id $id - name is " . $row['name'] . "\n";
|
||||||
$this->tag = self::loadClassFromTagName($row['src']);
|
$this->tag = self::loadClassFromTagName($row['src']);
|
||||||
|
var_dump($this->tag);
|
||||||
|
|
||||||
$this->name = $row['name'];
|
$this->name = $row['name'];
|
||||||
$this->indexable = ! ! $row['indexable'];
|
$this->indexable = ! ! $row['indexable'];
|
||||||
|
Reference in New Issue
Block a user