Skip to content

Commit

Permalink
default api methods fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Apr 10, 2009
1 parent f6a53b4 commit be36e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/omb/models/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function init() {
$m->set_value( 'http', 1 );

$m->save_changes();
$m->set_etag(1);


$m = $this->base();
Expand All @@ -119,6 +120,7 @@ function init() {
$m->set_value( 'http', 1 );

$m->save_changes();
$m->set_etag(1);

}

Expand Down
2 changes: 1 addition & 1 deletion app/omb/views/admin/_theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


<p>
<img src="<?php echo $pimg; ?>" border="0" >
<img src="<?php base_path(); ?><?php echo $pimg; ?>" border="0" >
<?php echo $pname; ?>
<input name="<?php echo $pname; ?>" id="<?php echo $pname; ?>" type="checkbox" <?php if ($installedtheme == $pname) echo "checked"; ?>>
</p>
Expand Down

0 comments on commit be36e6b

Please sign in to comment.