diff options
author | alecpl <alec@alec.pl> | 2008-06-15 09:19:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-15 09:19:47 +0000 |
commit | e58df3adc9b4182c232c94178d024bb4a89c2290 (patch) | |
tree | b0bb042ac42eab574bcb7dcec1c8d4b5b90ee54a /program/steps/addressbook | |
parent | 46290afee202066d2510db1c02e86838da88545c (diff) |
- Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/edit.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index 9cda22b5b..4b50fa26f 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -113,7 +113,7 @@ function get_form_tags($attrib) -if (!$CONTACTS->get_result() && template_exists('addcontact')) +if (!$CONTACTS->get_result() && $OUTPUT->template_exists('addcontact')) $OUTPUT->send('addcontact'); // this will be executed if no template for addcontact exists |