Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1036 → Rev 1050

/trunk/plugins/viathinksoft/adminPages/900_software_update/OIDplusPageAdminSoftwareUpdate.class.php
17,7 → 17,7
* limitations under the License.
*/
 
if (!defined('INSIDE_OIDPLUS')) die();
namespace ViaThinkSoft\OIDplus;
 
class OIDplusPageAdminSoftwareUpdate extends OIDplusPagePluginAdmin {
 
318,7 → 318,7
$content .= "\n";
}
return $content;
} catch (Exception $e) {
} catch (\Exception $e) {
return false;
}
 
346,7 → 346,7
$max_rev = array_keys($ary)[0];
$newest_version = 'svn-' . $max_rev;
return $newest_version;
} catch (Exception $e) {
} catch (\Exception $e) {
return false;
}
}
357,7 → 357,7
ob_start();
try {
$cont = $this->showChangelog($local_installation);
} catch (Exception $e) {
} catch (\Exception $e) {
$cont = _L('Error: %1',$e->getMessage());
}
ob_end_clean();
/trunk/plugins/viathinksoft/adminPages/900_software_update/manifest.xml
4,7 → 4,7
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_page.xsd">
 
<type>OIDplusPagePluginAdmin</type>
<type>ViaThinkSoft\OIDplus\OIDplusPagePluginAdmin</type>
 
<info>
<name>Software update</name>
16,7 → 16,7
</info>
 
<php>
<mainclass>OIDplusPageAdminSoftwareUpdate</mainclass>
<mainclass>ViaThinkSoft\OIDplus\OIDplusPageAdminSoftwareUpdate</mainclass>
</php>
 
<css>