Changeset 9991


Ignore:
Timestamp:
Apr 2, 2011, 3:45:54 PM (13 years ago)
Author:
Zaphod
Message:

version 1.3.2 - bug correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/admin/admin.inc.php

    r9964 r9991  
    11<?php
     2
     3// Need upgrade?
     4
     5global $conf;
     6
     7if (!isset($conf['stripped']))
     8  include(PHPWG_THEMES_PATH.'stripped/admin/upgrade.inc.php');
    29
    310load_language('theme.lang', PHPWG_THEMES_PATH.'stripped/');
Note: See TracChangeset for help on using the changeset viewer.