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,7 +176,8 @@ 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'];
|
||||||
$this->readonly = ! ! $row['readonly'];
|
$this->readonly = ! ! $row['readonly'];
|
||||||
|
Reference in New Issue
Block a user