security update for contrib modules
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests inheritence including.
|
||||
* A cached plugin object that tests inheritance including.
|
||||
*/
|
||||
|
||||
class ctoolsCachedPluginArray {}
|
||||
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests inheritence including.
|
||||
* A cached plugin object that tests inheritance including.
|
||||
*/
|
||||
|
||||
class ctoolsCachedPluginArray2 extends ctoolsCachedPluginArray {}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array_cached_test() {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array2_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array2_cached_test() {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests inheritence including.
|
||||
* A cached plugin object that tests inheritance including.
|
||||
*/
|
||||
|
||||
class ctoolsNotCachedPluginArray extends ctoolsNotCachedPluginArray2 {}
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests including.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array_not_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array_not_cached_test() {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array2_not_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array2_not_cached_test() {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
|
||||
Reference in New Issue
Block a user