Indefero

Indefero Commit Details


Date:2012-04-18 17:37:09 (12 years 8 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:b7ad4bf47a11744a359c2aa0f332820f672a3e7d
Parents: 75f62663a9f73d275d66da7e2c869dfaa681e7e7
Message:Apparently the default project for tags is still 0, so make it explicit.

Changes:

File differences

src/IDF/Tag.php
156156
157157
158158
159
159160
160161
161162
$tag = new IDF_Tag();
$tag->name = $name;
$tag->class = $class;
$tag->project = null;
$tag->create();
return $tag;
}

Archive Download the corresponding diff file

Page rendered in 0.07556s using 13 queries.